home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Think Class Libraries
/
Item Class
/
Item sources
/
Item.c
< prev
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-30
|
235 b
|
17 lines
|
[
TEXT/KAHL
]
/*
* File: Item.c
* Created: 8/10/93
*
* Copyright © 1993 Animas Software Production. All rights reserved.
*/
#include "CItemApp.h"
main()
{
CItemApp *demoApp;
demoApp = new CItemApp;
demoApp->Run();
demoApp->Exit();
}